home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hydos10 / debug < prev    next >
Text File  |  1991-04-11  |  2KB  |  38 lines

  1.                                    DEBUG
  2.                     Run, examine and modify binary files
  3.  
  4. COMMAND TYPE: External                  VERSION: 1.0 and up
  5.  
  6. The debug utility is a debugging program that provides a controlled
  7. testing environment for binary and executable object files.
  8.  
  9. USE: DEBUG [filename [arguments ...]]
  10.  
  11. Debug is intended for use by programmers only.  See the MSDOS
  12. TECHNICAL REFERENCE for full details.  Below is a very brief summary
  13. of the available debug commands.
  14.  
  15. A [address]                     Assemble
  16. C range address                 Compare
  17. D [range]                       Dump
  18. E address [list]                Enter
  19. F range list                    Fill
  20. G [=address [address...]]       Go
  21. H value value                   Hex
  22. I value                         Input
  23. L [address [driv:rec rec]]      Load
  24. M range address                 Move
  25. N filename [filename]           Name
  26. O value byte                    Output
  27. P [=address][number]            Proceed through loop or subroutine
  28. Q                               Quit
  29. R [register-name]               Register
  30. S range list                    Search
  31. T [=address] [value]            Trace
  32. U range                         Unasassemble
  33. W [address [driv:rec rec]]      Write
  34. XA                              Expanded memory allocate
  35. XD                              Expanded memory deallocate
  36. XM                              Expanded memory map pages
  37. XS                              Expanded memory status
  38.